Papers with data augmentation framework

13 papers
Retrieval Enhanced Data Augmentation for Question Answering on Privacy Policies (2023.eacl-main)

Copied to clipboard

Challenge: Existing labeled datasets are heavily imbalanced, limiting the QA performance in this domain.
Approach: They propose a question answering task that captures relevant text segments from unlabeled policy documents and expands the positive examples in the training set.
Outcome: The proposed framework elevates the baseline by a large margin (10% F1) and achieves a new state-of-the-art F1 score of 50%.
CoUDA: Coherence Evaluation via Unified Data Augmentation (2024.naacl-long)

Copied to clipboard

Challenge: Existing data augmentations for coherence evaluation rely on heuristic rules and lack designing criteria.
Approach: They propose a data augmentation framework that breaks down coherence into global and local aspects and designs augmentation strategies for both aspects.
Outcome: The proposed framework surpasses recent models in scoring and ranking tasks with 233M parameters.
KnowDis: Knowledge Enhanced Data Augmentation for Event Causality Detection via Distant Supervision (2020.coling-main)

Copied to clipboard

Challenge: Existing methods of event causality detection use hand-labeled training data.
Approach: They propose a framework for event causality detection that augments training data via distant supervision.
Outcome: The proposed framework outperforms existing methods on two benchmark datasets . it outperformed previous methods by a large margin assisted with automatically labeled training data.
MELM: Data Augmentation with Masked Entity Language Modeling for Low-Resource NER (2022.acl-long)

Copied to clipboard

Challenge: Named entity recognition (NER) tasks have limited amount of labeled data . data augmentation methods suffer from token-label misalignment, which leads to unsatsifactory performance.
Approach: They propose a data augmentation framework that explicitly injects NER labels into sentence context and generates high-quality augmented data with novel entities.
Outcome: The proposed framework outperforms baseline methods on low-resource tasks.
AugVic: Exploiting BiText Vicinity for Low-Resource NMT (2021.findings-acl)

Copied to clipboard

Challenge: Neural Machine Translation (NMT) systems often exhibit poor performance due to the lack of large bitext training corpora in low-resource languages.
Approach: They propose a data augmentation framework which exploits the vicinal samples of the given bitext without using extra monolingual data explicitly.
Outcome: The proposed framework can diversify in-domain bitext data with finer level control on four low-resource language pairs.
LLM-Driven Implicit Target Augmentation and Fine-Grained Contextual Modeling for Zero-Shot and Few-Shot Stance Detection (2025.emnlp-main)

Copied to clipboard

Challenge: Recent studies on zero-shot and few-shot stance detection neglect implicit yet semantically important targets.
Approach: They propose a framework that uses Large Language Models to annotate implicit targets . they also propose 'DyMCA' to dynamically adjust text-target contributions based on context .
Outcome: The proposed framework achieves state-of-the-art on a benchmark dataset.
Mask-then-Fill: A Flexible and Effective Data Augmentation Framework for Event Extraction (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing data augmentation methods for event extraction are costly and time-consuming.
Approach: They propose a data augmentation framework that randomly masks out an adjunct sentence fragment and infills a variable-length text span with a fine-tuned infilling model.
Outcome: The proposed framework can generate more diverse data while keeping the original structure unchanged . it can replace a fragment of arbitrary length in the text with another fragment of variable length .
LASS: A Novel and Economical Data Augmentation Framework Based on Language Models for Debiasing Opinion Summarization (2025.coling-main)

Copied to clipboard

Challenge: Existing methods to generate negative summaries are expensive and lack the capacity to generate large data sets.
Approach: They propose a data augmentation framework based on LArge and Small language models for debiaSing opinion summarization that generates a small number of synthesized negative reviews by rewriting the positive text via a large language model.
Outcome: The proposed framework can generate large numbers of negative reviews by rewriting the positive text using a large language model and training a disentangle reconstruction model based on the generated data.
Data Augmentation with Hierarchical SQL-to-Question Generation for Cross-domain Text-to-SQL Parsing (2021.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to parse text-to-SQL data are lacking labeled data for unseen evaluation databases.
Approach: They propose a framework for enhancing SQL queries by automatically producing large numbers of SQL queries based on an abstract syntax tree grammar.
Outcome: The proposed framework can produce high-quality natural language questions over strong baselines.
Beyond Single Labels: Improving Conversational Recommendation through LLM-Powered Data Augmentation (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for enhancing recommendation quality face false negatives . only one "silly cop movie" is labeled as positive, leading to suboptimal recommendations .
Approach: They propose a data augmentation framework that leverages an LLM-based semantic retriever to identify diverse and semantically relevant items and filter them by a relevance scorer to remove noisy candidates.
Outcome: The proposed approach improves performance on two benchmark datasets and user simulators.
Better Language Models of Code through Self-Improvement (2023.findings-acl)

Copied to clipboard

Challenge: Pre-trained language models for code (PLMCs) are pre-taught on large datasets with multi-modal objectives, but fine-tuning them requires extensive supervision and is limited by the size of the dataset provided.
Approach: They propose a data augmentation framework that utilizes knowledge from the pre-training and fine-tuning stage to augment training data, which is then used for the next step.
Outcome: The proposed framework significantly improves pre-trained language models’ performance in sequence-generation tasks, such as code summarization and code generation in the CodeXGLUE benchmark.
LLM-Driven Completeness and Consistency Evaluation for Cultural Heritage Data Augmentation in Cross-Modal Retrieval (2025.emnlp-main)

Copied to clipboard

Challenge: Cross-modal retrieval is essential for interpreting cultural heritage data, but its effectiveness is limited by incomplete or inconsistent textual descriptions.
Approach: They propose a data augmentation framework that enhances cross-modal retrieval performance by improving the completeness and consistency of LLM-generated descriptions.
Outcome: The proposed framework improves cross-modal retrieval performance by improving completeness and consistency of LLM-generated descriptions.
RPDR: A Round-trip Prediction-Based Data Augmentation Framework for Long-Tail Question Answering (2025.emnlp-main)

Copied to clipboard

Challenge: Long-tail question answering presents significant challenges for large language models due to limited ability to acquire and accurately recall less common knowledge.
Approach: They propose a data augmentation framework that selects high-quality easy-to-learn training data to enhance dense retrieval models.
Outcome: The proposed framework improves on two long-tail retrieval benchmarks, PopQA and EntityQuestion, and shows that it outperforms existing retrievers on extremely long-tailed questions.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations